From 809bff19b0feb3041c68f0a8dd3f6a9f52e04cfa Mon Sep 17 00:00:00 2001 From: "lynx@idefix.cl.cam.ac.uk" Date: Mon, 16 Dec 2002 10:24:26 +0000 Subject: [PATCH] bitkeeper revision 1.7.3.6 (3dfda9daMdCx6xxCSNoapvt3NezcgA) de-bugging :) --- xen-2.4.16/common/dom0_ops.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xen-2.4.16/common/dom0_ops.c b/xen-2.4.16/common/dom0_ops.c index a554e11a51..0c80595ff5 100644 --- a/xen-2.4.16/common/dom0_ops.c +++ b/xen-2.4.16/common/dom0_ops.c @@ -75,14 +75,14 @@ long do_dom0_op(dom0_op_t *u_dom0_op) /* if we are not booting dom 0 than only mem * needs to be allocated */ - if(dom != 0){ - if(alloc_new_dom_mem(p, op.u.newdomain.memory_kb) != 0){ - ret = -1; - break; - } - ret = p->domain; - break; - } + //if(dom != 0){ + // if(alloc_new_dom_mem(p, op.u.newdomain.memory_kb) != 0){ + // ret = -1; + // break; + // } + // ret = p->domain; + // break; + //} /* executed only in case of domain 0 */ ret = setup_guestos(p, &op.u.newdomain); /* Load guest OS into @p */ -- 2.30.2